Welcome![Sign In][Sign Up]
Location:
Search - matlab dft

Search list

[matlabDFT

Description: 程佩青版数字信号处理部分作业的matlab程序... 只做过了老师布置的题目. -Cheng Peiqing version of digital signal processing operations matlab program ...
Platform: | Size: 367616 | Author: ljy | Hits:

[matlabimage_dft

Description: 不使用MATLAB内置函数作图片的离散傅里叶变换-This program finds the DFT of an image without using the inbuilt function in matlab
Platform: | Size: 2048 | Author: tom | Hits:

[matlabdft

Description: This contain discrete fourier transform code and inverse discrete fourier transform coded in matlab and also contain dfs and idfs
Platform: | Size: 1024 | Author: usman | Hits:

[DSP programmatlab

Description: audio filter,fft,dft,pole zero plot,gui,dsp signal operations
Platform: | Size: 94208 | Author: ashish | Hits:

[Special EffectsDFT-watermaking

Description: 灰度图像加入和提取水印的matlab实现源码,基于傅里叶域变换。-It s matlab code about embdding and extracting watermark to gray image,using DFT.
Platform: | Size: 821248 | Author: 张玉 | Hits:

[Special EffectsDFT

Description: 图像处理matlab源代码,主要使用傅里叶变换。-Image processing matlab source code, primarily using the Fourier transform.
Platform: | Size: 1024 | Author: gxc | Hits:

[matlabDFT

Description: 用DFT近似计算连续时间周期信号的频谱,对matlab新手适用。-Approximate calculation using DFT spectrum of continuous-time periodic signal of matlab novice apply.
Platform: | Size: 6144 | Author: 张宇阳 | Hits:

[matlabdft-and-lattice

Description: DFT and an example of IIR Cascaded Lattice Structure sumilation developped in matlab-DFT and an example of IIR Cascaded Lattice Structure sumilation developped in matlab
Platform: | Size: 2048 | Author: saidi nabiha | Hits:

[Communication-Mobilematlab

Description: matlab诸多小程序,包括dft变换、时频分析的小程序(Matlab many small procedures, including the DFT transform, time-frequency analysis of small procedures)
Platform: | Size: 7168 | Author: 小城纸 | Hits:

[matlabMATLAB

Description: 16点DFT离散傅里叶变换的MATLAB仿真,给出最终的频域序列(16 point DFT discrete Fourier transform of the MATLAB simulation, given the final frequency domain sequence)
Platform: | Size: 24576 | Author: sugary | Hits:

[Communication-MobileDFT进行连续信号谱分析

Description: 用DFT对连续时间信号进行谱分析,用DFT定义进行计算,不同抽样频率不同抽样点下的谱分析Matlab实例。(The continuous time signals are analyzed by DFT, and calculated by DFT definition. The Matlab examples are analyzed under different sampling frequencies and sampling points.)
Platform: | Size: 1304576 | Author: Binaryman | Hits:

[Special EffectsDFT&DCT

Description: DFT和DCT在matlab中的一个基本实现(An implementation of DFT and DCT in matlab.)
Platform: | Size: 1024 | Author: Aria丶煙火 | Hits:

[Otherdft&idft

Description: 图像的dft和idft变换,不使用matlab自带的函数(DFT&IDFT transform of a image)
Platform: | Size: 1024 | Author: ddlucy | Hits:

[OtherDFT-S-OFDM

Description: 使用matlab的DFT-S-OFDM的主程序的代码以及仿真的波形(The code of the main program of the DFT-S-OFDM using MATLAB and the waveform of the simulation)
Platform: | Size: 2048 | Author: binbinsha | Hits:

[Special Effectsdct·dft

Description: 使用matlab对图像进行dct、dft变换(通过原理实现算法)(Using MATLAB to carry out DCT and DFT transform (through principle implementation algorithm))
Platform: | Size: 324608 | Author: Bryinexcitation | Hits:

[Special EffectsDFT&DCT

Description: 编程实现二维8*8图像块的DFT,DCT变换 输入一副RGB图像,将其转化为YCbCr颜色空间,然后对Y分量做分块DFT变换,保存为灰度图像,统计计算时间 编程实现8*8块DCT变换,然后分别显示,当使用64个DCT系数里面的一些系数进行重构,比较其质量;同时熟悉采用FFT来实现DCT变换的思想,并显示2维8*8DCT变换的基函数图像(Programming the DFT, DCT transform of two dimensional 8*8 image block Input a pair of RGB images, transform it into YCbCr color space, then divide the Y component into block DFT transform, save as gray image, and calculate the calculation time The 8*8 block DCT transform is implemented by programming, and then it is shown that when using some coefficients in 64 DCT coefficients, the quality is reconstructed. Meanwhile, the idea of DCT transformation is familiar with FFT, and the base function image of the 2 dimensional 8*8DCT transform is displayed.)
Platform: | Size: 3072 | Author: 雪鹊 | Hits:

[matlabDFT IDFT FFT

Description: 最基础的数字信号处理关于DFT,IDFT,FFT可以直接matlab运行(dft.m idft.mThis is a very good button source code complete and can be used directly)
Platform: | Size: 46080 | Author: 晴晴晴晴晴 | Hits:

[Special Effectsdft_dct

Description: dct dft 功能实现,附实验图片lena.png(dct dft implement with lena.png)
Platform: | Size: 226304 | Author: jaydu1 | Hits:

[matlabmatlab_chonggou

Description: 利用matlab对图像进行离散傅里叶变换,并且利用反变换进行图像重构(Using MATLAB to transform the image into DFT, and using inverse transform to reconstruct the image)
Platform: | Size: 1024 | Author: leolook | Hits:

[Special EffectsDCT,DWT,DFT,LSB数字水印MATLAB+GUI界面

Description: 本课题为基于MATLAB的小波变换dwt和离散余弦dct的多方法对比数字水印系统。带GUI交互界面。有一个主界面GUI,可以调用dwt方法的子界面和dct方法的子界面。流程包括,读取宿主图像和水印图像,嵌入,多种方法的攻击(剪切,加噪,旋转等),提取,最后利用psnr峰值信噪比进行评价不同攻击下,鲁棒性的好坏。(This project is based on MATLAB wavelet transform DWT and discrete cosine DCT multi method contrast digital watermarking system. With GUI interactive interface. There is a main interface GUI, which can call the sub interfaces of DWT method and DCT method. The process includes: reading host image and watermark image, embedding, attacks of various methods (cutting, adding noise, rotation, etc.), extracting. Finally, PSNR peak signal-to-noise ratio is used to evaluate the robustness of different attacks.)
Platform: | Size: 10000384 | Author: MATLAB道长 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net